ANativeActivity.instance

This is the native instance of the application. It is not used by the framework, but can be set by the application to its own instance state.

struct ANativeActivity
void* instance;

Meta